home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / ms / s12410 / npclient.mak < prev    next >
Text File  |  1989-05-09  |  268b  |  17 lines

  1. #
  2. # make file    for    npclient.c
  3. #
  4.  
  5. #COPT=/Lp /W3 /Zp /Zl /G2s /Ox /I$(INCLUDE) /Alfw
  6. COPT=/Lp /W3 /Zpiel /G2s /I$(INCLUDE) /Alfw
  7.  
  8. npclient.exe:    npclient.c npclient.mak
  9.     cl $(COPT) npclient.c /link /co /noi llibcmt
  10.     markexe    windowcompat npclient.exe
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.